mirror of
https://github.com/Netflix/dial-reference.git
synced 2026-06-08 02:49:58 +00:00
Merge pull request #37 from yongjunj/jj/fix-merge-error
fix merge error in https://github.com/Netflix/dial-reference/pull/25
This commit is contained in:
@@ -482,7 +482,6 @@ static void handle_dial_data(struct mg_connection *conn,
|
|||||||
|
|
||||||
app->dial_data = parse_params(body);
|
app->dial_data = parse_params(body);
|
||||||
store_dial_data(app->name, app->dial_data);
|
store_dial_data(app->name, app->dial_data);
|
||||||
free_dial_data(&app->dial_data);
|
|
||||||
|
|
||||||
mg_printf(conn, "HTTP/1.1 200 OK\r\n"
|
mg_printf(conn, "HTTP/1.1 200 OK\r\n"
|
||||||
"Access-Control-Allow-Origin: %s\r\n"
|
"Access-Control-Allow-Origin: %s\r\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user