CSSS / csss-site-backend

CSSS Website Backend (2024 - Present)
4 stars 0 forks source link

Update auth API routes with /api in mind #88

Open micahdbak opened 1 week ago

micahdbak commented 1 week ago

I.e. next route shouldn't require the host and method

Can have an optional "base" param which would be new.sfucsss.org, sfucsss.org, dev-branch.sfucsss.org, ...

EarthenSky commented 1 week ago

What do you mean by "method" in this context?

EarthenSky commented 1 week ago

related https://github.com/CSSS/csss-site-backend/issues/35

micahdbak commented 1 week ago

What do you mean by "method" in this context?

https, http

micahdbak commented 1 week ago

related https://github.com/CSSS/csss-site-backend/issues/35

ahhh good catch! I'll use this