multinet-app / multinet-server

Multinet server application
https://multinet-app.readthedocs.io
Apache License 2.0
4 stars 2 forks source link

Add `require_writer` decorator to the `create_aql_table` api endpoint #416

Closed jjnesbitt closed 4 years ago

jjnesbitt commented 4 years ago

Once #412 lands, the new require_writer decorator should be added to this new endpoint. Relevant api endpoint:

https://github.com/multinet-app/multinet-server/blob/e88f9d42dae5b62e214ce133fd5c0084d03d26c6/multinet/api.py#L46-L54

waxlamp commented 4 years ago

Looks like this is done. Can you confirm and close, @AlmightyYakob?

jjnesbitt commented 4 years ago

Indeed it is.