0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-30 20:33:54 -05:00
logto/packages/core/src/routes/consts.ts

9 lines
146 B
TypeScript
Raw Normal View History

const signIn = '/sign-in';
2021-08-11 09:37:21 -05:00
export const routes = Object.freeze({
signIn: {
credentials: signIn,
consent: signIn + '/consent',
},
});