bbj/src/endpoints.py

5 lines
119 B
Python
Raw Normal View History

2017-04-02 07:35:58 +00:00
from src import db, schema
2017-04-02 07:35:58 +00:00
def user_register(user_name, auth_hash):
return db.user_register(user_name, auth_hash)