bbj/src/endpoints.py

5 lines
119 B
Python

from src import db, schema
def user_register(user_name, auth_hash):
return db.user_register(user_name, auth_hash)