diff options
author | FChannel <> | 2022-05-22 18:19:12 -0700 |
---|---|---|
committer | FChannel <> | 2022-06-19 12:53:29 -0700 |
commit | 72db74e35577ae857023791ec6cb287b26748727 (patch) | |
tree | bbb4fa77a3a387f1b379bf9ff16605bad4121081 /main.go | |
parent | 4b9b53e6c9034b850aa4681b61f3d4e2c7ab1b71 (diff) |
banned media
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -77,7 +77,6 @@ func main() { app.Get("/deleteattach", routes.BoardDeleteAttach) app.Get("/marksensitive", routes.BoardMarkSensitive) app.Get("/remove", routes.BoardRemove) - app.Get("/removeattach", routes.BoardRemoveAttach) app.Get("/addtoindex", routes.BoardAddToIndex) app.Get("/poparchive", routes.BoardPopArchive) app.Get("/autosubscribe", routes.BoardAutoSubscribe) |