mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-28 11:44:07 +00:00
prettier
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ import {
|
||||
Sentry,
|
||||
WebAuthn,
|
||||
ConnectionConfig,
|
||||
ConnectionLoader
|
||||
ConnectionLoader,
|
||||
} from "@fosscord/util";
|
||||
import { Request, Response, Router } from "express";
|
||||
import { Server, ServerOptions } from "lambert-server";
|
||||
|
||||
@@ -53,7 +53,7 @@ export const NO_AUTHORIZATION_ROUTES = [
|
||||
// Asset delivery
|
||||
/\/guilds\/\d+\/widget\.(json|png)/,
|
||||
// Connections
|
||||
/\/connections\/\w+\/callback/
|
||||
/\/connections\/\w+\/callback/,
|
||||
];
|
||||
|
||||
export const API_PREFIX = /^\/api(\/v\d+)?/;
|
||||
|
||||
Reference in New Issue
Block a user