mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 07:12:25 -05:00
[chore] Replace pinafore with semaphore (#1801)
* Replace pinafore with semaphore * Typo
This commit is contained in:
parent
2063d01cdb
commit
9c24dee01f
8 changed files with 11 additions and 11 deletions
|
|
@ -25,7 +25,7 @@ import (
|
|||
)
|
||||
|
||||
// CORS returns a new gin middleware which allows CORS requests to be processed.
|
||||
// This is necessary in order for web/browser-based clients like Pinafore to work.
|
||||
// This is necessary in order for web/browser-based clients like Semaphore to work.
|
||||
func CORS() gin.HandlerFunc {
|
||||
cfg := cors.Config{
|
||||
// todo: use config to customize this
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue