Skip to content

Commit b53df2b

Browse files
committed
Fix application keys being created as client keys, closes pterodactyl#1016
1 parent 7d29986 commit b53df2b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ This file is a running track of new features and fixes to each version of the pa
33

44
This project follows [Semantic Versioning](http://semver.org) guidelines.
55

6+
## v0.7.5 (Derelict Dermodactylus)
7+
68
## v0.7.4-h1 (Derelict Dermodactylus)
79
### Fixed
810
* Being able to create servers is kind of a core aspect of the software, pushing releases late at night is not a great idea.

resources/themes/pterodactyl/admin/api/new.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
@section('content')
1717
<div class="row">
18-
<form method="POST" action="{{ route('account.api.new') }}">
18+
<form method="POST" action="{{ route('admin.api.new') }}">
1919
<div class="col-sm-8 col-xs-12">
2020
<div class="box box-primary">
2121
<div class="box-header with-border">

0 commit comments

Comments
 (0)