style: auto format whole project
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import appConfig from './app'
|
||||
import appConfig from './app';
|
||||
|
||||
const corsOptions = {
|
||||
origin: appConfig.webAppUrl,
|
||||
methods: 'POST',
|
||||
credentials: true,
|
||||
optionsSuccessStatus: 200,
|
||||
}
|
||||
};
|
||||
|
||||
export default corsOptions;
|
||||
|
Reference in New Issue
Block a user