Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
5rahim committed Dec 22, 2023
1 parent 2c0aabd commit ecdc557
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
## 0.1.3

- ✨ Added scanner logs
- ⚡️ New filename parser
- ⚡️ Improved standard scanning mode accuracy
- 🦺 Fixed unmatched file manager
- 🏗️ Refactored code and tests
Expand Down
4 changes: 2 additions & 2 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ func main() {

app := core.NewApp(&core.DefaultAppOptions)
fiberApp := core.NewFiberApp(app)
//fiberWebApp := core.NewFiberWebApp()
fiberWebApp := core.NewFiberWebApp()

handlers.InitRoutes(app, fiberApp)

core.RunServer(app, fiberApp)
//core.RunWebApp(app, fiberWebApp)
core.RunWebApp(app, fiberWebApp)

cron.RunJobs(app)

Expand Down

0 comments on commit ecdc557

Please sign in to comment.