Skip to content

hatchdotlol/forums

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

128 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hatch Forums

Welcome to the repository for the Hatch Forums, the custom-created forum service built for Hatch. You can try them out for yourself at https://forums.hatch.lol.

Routes

GET /

MIME type: text/html

GET /admin

MIME type: text/html

GET /admin/{token}

MIME type: text/html

GET /admin/{token}/delete/post/{id}

MIME type: text/html

GET /admin/delete/post/{id}

MIME type: text/html

GET /admin/{token}/delete/topic/{id}

MIME type: text/html

GET /admin/delete/topic/{id}

MIME type: text/html

GET /admin/{token}/garbage

MIME type: text/html

GET /admin/garbage

MIME type: text/html

GET /admin/{token}/garbage/topic/{id}

MIME type: text/html

GET /admin/garbage/topic/{id}

MIME type: text/html

GET /admin/{token}/report/{id}

MIME type: text/html

GET /admin/report/{id}

MIME type: text/html

GET /admin/report/{id}

MIME type: text/html

GET /admin/{token}/reports

MIME type: text/html

GET /admin/reports

MIME type: text/html

GET /category/{id}

MIME type: text/html

GET /category/{id}/new

MIME type: text/html

GET /login

MIME type: text/html

GET /report/{id}

MIME type: text/html

GET /search/{query}

MIME type: text/html

GET /topic/{id}

MIME type: text/html