New lines
This commit is contained in:
@@ -16,4 +16,4 @@ if ! command -v overmind > /dev/null; then
|
||||
fi
|
||||
|
||||
# Boot the app and any other necessary processes
|
||||
exec env OVERMIND_PORT=5001 overmind start -f Procfile.dev
|
||||
exec env OVERMIND_PORT=5001 overmind start -f Procfile.dev
|
||||
|
@@ -4,7 +4,6 @@ module Admin
|
||||
class Publish < Action
|
||||
|
||||
include Deps["repos.post_repo"]
|
||||
|
||||
def handle(req, res)
|
||||
post_id = req.params[:id]
|
||||
|
||||
|
Reference in New Issue
Block a user